object dlgVideoSound: TdlgVideoSound Left = 553 Top = 267 Hint = 'Specifies that the sound hear during a slideshow should be that ' + 'of the soundtrack from the source video files in the project' BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Video Soundtrack' ClientHeight = 299 ClientWidth = 418 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter ShowHint = True OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 401 Height = 249 Shape = bsFrame end object Label1: TLabel Left = 20 Top = 22 Width = 263 Height = 13 Caption = 'Specify the source of the sound track for this slideshow:' end object lblNote: TLabel Left = 47 Top = 171 Width = 343 Height = 39 Caption = 'Note: When previewing your slideshow you may hear both the video' + ' soundtrack and the background music. However the created slide' + 'show will only play the background music.' Enabled = False WordWrap = True end object lblVidBGMusic: TLabel Left = 48 Top = 72 Width = 344 Height = 26 Caption = 'You can specify the background music that is played after the vi' + 'deo files complete and your remaining images are displayed' Enabled = False WordWrap = True end object rdbVideoSound: TRadioButton Left = 28 Top = 48 Width = 321 Height = 17 Caption = 'Maintain the sound track of the video files in the slideshow' Checked = True TabOrder = 0 TabStop = True OnClick = rdbBGSoundClick end object rdbBGSound: TRadioButton Left = 28 Top = 148 Width = 321 Height = 17 Hint = 'Specifies that any soundtrack from the video files in the projec' + 't will not be used, rather the specified music files will be pla' + 'yed during a slideshow' Caption = 'Override the video sound track with background music' TabOrder = 2 OnClick = rdbBGSoundClick end object btnOK: TsitBitBtn Left = 253 Top = 265 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 4 OnClick = btnOKClick Images = frmMain.ImageList1 ImageIndex = 0 end object btncancel: TsitBitBtn Left = 333 Top = 265 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 5 Images = frmMain.ImageList1 ImageIndex = 1 end object btnBGMusic: TsitBitBtn Left = 232 Top = 218 Width = 159 Height = 25 Hint = 'Specify the music files to play during a slideshow' Caption = 'Specify Music Files...' Enabled = False TabOrder = 3 OnClick = btnBGMusicClick Images = frmMain.ilstButtons16 ImageIndex = 25 end object btnVidBGMusic: TsitBitBtn Left = 232 Top = 106 Width = 159 Height = 25 Hint = 'Specify the music files that are played to accompany any images ' + 'displayed after the videos' Caption = 'Specify Music Files...' Enabled = False TabOrder = 1 OnClick = btnBGMusicClick Images = frmMain.ilstButtons16 ImageIndex = 25 end end